func runtime.arenaIndex
20 uses
runtime (current package)
malloc.go#L769: } else if arenaIndex(p+n-1) >= 1<<arenaBits {
malloc.go#L829: } else if arenaIndex(p) >= 1<<arenaBits {
malloc.go#L831: } else if arenaIndex(p+size-1) >= 1<<arenaBits {
malloc.go#L853: for ri := arenaIndex(uintptr(v)); ri <= arenaIndex(uintptr(v)+size-1); ri++ {
mcheckmark.go#L108: ai := arenaIndex(obj)
mheap.go#L615: func arenaIndex(p uintptr) arenaIdx {
mheap.go#L702: ri := arenaIndex(p)
mheap.go#L732: ai := arenaIndex(p)
mheap.go#L758: ai := arenaIndex(p)
mheap.go#L767: ri := arenaIndex(p)
mheap.go#L1050: ai := arenaIndex(base)
mheap.go#L1055: ai = arenaIndex(base + n*pageSize)
mheap.go#L1074: ai := arenaIndex(base)
mheap.go#L1396: valgrindMempoolMalloc(unsafe.Pointer(arenaBase(arenaIndex(base))), unsafe.Pointer(base), npages*pageSize)
mheap.go#L1692: valgrindMempoolFree(unsafe.Pointer(arenaBase(arenaIndex(base))), unsafe.Pointer(base))
mheap.go#L1724: valgrindMempoolFree(unsafe.Pointer(arenaBase(arenaIndex(base))), unsafe.Pointer(base))
mheap.go#L1984: ai := arenaIndex(s.base())
mheap.go#L1992: ai := arenaIndex(s.base())
mpagealloc.go#L623: ai := arenaIndex(addr.addr())
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |